home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defenseā€¦ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / glossary.swf / scripts / frame_7 / DoAction.as
Text File  |  2004-03-16  |  183b  |  10 lines

  1. i = 1;
  2. while(i <= listAmount)
  3. {
  4.    listField = listField add listItems[i - 1][0] add "\r";
  5.    i++;
  6. }
  7. showIndex = 0;
  8. updateListField(showIndex);
  9. Selection.setFocus("search");
  10.